DX11 GET CAMERA VIEWPORT HEIGHT
Retrieves the height of the specified camera's viewport.
By default this will be the height of the camera's render target image (or the backbuffer in the case of the main camera), however you can change this to only
have the camera render to a part of its target / the backbuffer using DX11 SET CAMERA VIEWPORT.
Return Float = DX11 GET CAMERA VIEWPORT HEIGHT([camera])
[Optional] camera
Dword
The camera to get the viewport height of. Will use the main camera if omitted.
The height of the specified camera's viewport in pixels.
CAMERA Functions Menu
DX11 Function Categories